/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    padding:0 !important;
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }

  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
      -webkit-appearance: button;
      cursor: pointer;
  }
  
  button[disabled],
  input[disabled] {
      cursor: default;
  }
  
  input[type="checkbox"],
  input[type="radio"] {
      box-sizing: border-box;
      padding: 0;
  }
  
  input[type="search"] {
      -webkit-appearance: textfield;
      -moz-box-sizing: content-box;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
  }
  
  input[type="search"]::-webkit-search-decoration {
      -webkit-appearance: none;
  }
  
  @media screen and (-webkit-min-device-pixel-ratio:0) {
      input {
          line-height: normal!important;
      }
  }
  
  select[size],
  select[multiple],
  select[size][multiple] {
      border: 1px solid #AAA;
      padding: 0;
  }
  
  article,
  aside,
  details,
  figcaption,
  figure,
  footer,
  header,
  hgroup,
  main,
  nav,
  section,
  summary {
      display: block;
  }
  
  audio,
  canvas,
  video,
  progress {
      display: inline-block;
  }

html,
body,
div,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    list-style: none;
}

a,
input,
button {
    -webkit-tap-highlight-color: rgba(230, 146, 21, 0.5);
}

input,
button,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
    border: 0;
    outline: none;
    font-size: .24rem;
}

body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    color: #333;
    font-family: Helvetica;
    margin: 0 auto;
}

img {
    vertical-align: top;
    border: 0 none;
    width: auto\9;
    max-width: 100%;
    vertical-align: top;
}

h3 {
    font-weight: normal;
}

ul {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-appearance: none;
}

body,
button,
input,
select,
textarea {
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', \5FAE\8F6F\96C5\9ED1, \5B8B\4F53, sans-serif;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}
html {
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}



.fl {
    float: left;
}

.fr {
    float: right;
}
/* 导航栏 */

@font-face {
  font-family: 'iconfont';
  /* project id 726267 */
  src: url('//at.alicdn.com/t/font_726267_aeooufdpscm.eot');
  src: url('//at.alicdn.com/t/font_726267_aeooufdpscm.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.woff') format('woff'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.ttf') format('truetype'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}



body {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-size: .7rem;
    color: #333;
    font-family: Helvetica;
    max-width: 720px;
    margin: 0 auto;
}

.header {
    top: 0px;
    z-index: 99;
    width: 100%;
    max-width: 720px;
}

.header .head {
    background: #000;
    padding: 0 0.5rem;
    overflow: hidden;
    clear: both;
}

.header .head .logo {
    height: 1.3rem;
    margin: 0.5rem 0;
}

.header .head .search {
    position: relative;
    float: right;
    margin: 0.5rem 0;
    width: 6rem;
    height: 1.3rem;
    width: 60%;
}

.header .head .search input {
    border: 0 none;
    width: 100%;
    height: 1.3rem;
    border-radius: 4px;
    background: #5a5b5c;
    color: #bbb;
    padding: 0 0.5rem 0 1.5rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header .head .search-icon {
    position: absolute;
    top: 0.25rem;
    left: .4rem;
    height: .8rem;
    width: .8rem;
    position: absolute;
    background: url(../images/sobox-icon.png) no-repeat 50%;
    background-size: .7rem .7rem;
}

.menu {
    width: 100%;
    height: 1.6rem;
    background-color: #ff5555;
    border-bottom: 1px solid #ddd;
    display: -moz-box;
    display: -webkit-box;
    display: box;
}

.find_nav_left {
    height: 1.6rem;
    position: relative;
    overflow: hidden;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
}

.find_nav_list {
    position: absolute;
    left: 0;
}

.find_nav_list ul {
    position: relative;
    white-space: nowrap;
    font-size: 0;
}

.find_nav_list ul li {
    display: inline-block;
    padding: 0 13px;
}

.find_nav_list ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.6rem;
    font-size: 0.7rem;
    text-align: center;
    color: white;
}

.center {
    /* margin-top: 4rem; */
    overflow: hidden;
}


/*首页*/

.index .head {
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    background: url("../images/bg1.png") -1rem center no-repeat;
    display: flex;
    justify-content: space-between;
    margin: 0.3rem 1%;
    padding-right: 0.5rem;
}

.index .tit2 {
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    background: url("../images/bg3.png") -1rem center no-repeat;
    display: flex;
    justify-content: space-between;
    margin: 0.3rem 1%;
    padding-right: 0.5rem;
}

.index .head h1,
.index .head h2,
.index .tit2 h1,
.index .tit2 h2 {
    font-size: .8rem;
    margin-left: 8px;
    line-height: 1.5rem;
    color: white;
}

.index .item {
    margin: 0 1%;
}

.banner {
    margin-top: 4.5rem!important;
}

.banner .title1 {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 0.6rem;
    padding: 0.15rem 0.2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: left;
    font-weight: 200;
}

.hotone {
    margin-bottom: 0.5rem!important;
    overflow: hidden;
    clear: both;
}

.hotone .img {
    width: 5rem;
    height: 3.2rem;
    float: left;
}

.hotone .txt {
    margin-left: 5.5rem;
}

.hotone .txt h4 {
    height: 1rem;
    overflow: hidden;
    line-height: 1rem;
    font-weight: 800;
}

.hotone .txt p {
    color: #666;
    font-size: .5rem;
    line-height: .8rem;
    height: 2.4rem;
    overflow: hidden;
}

.hotrow {
    overflow: hidden;
    width: 100%;
}

.hotrow ul {
    overflow: hidden;
    clear: both;
}

.hotrow ul li {
    float: left;
    width: 23%;
    margin: 0 1%;
}

.hotrow ul li img {
    width: 100%;
    height: 120px;
    border: 0;
    height: 3rem;
}

.hotrow ul li p {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 14px;
    overflow: hidden;
}

.topone h4 {
    height: 1rem;
    overflow: hidden;
    line-height: 1rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.topone .intro {
    height: 2.5rem;
    overflow: hidden;
    clear: both;
}

.topone .intro img {
    height: 3rem;
    float: left;
    width: 4rem;
}

.topone .intro p {
    margin-left: 4.5rem;
    color: #666;
    font-size: .6rem;
    line-height: 0.85rem;
    height: 3rem;
    overflow: hidden;
}

.toprow li {
    display: flex;
    border-bottom: 1px solid #f3f3f3;
    padding: .7rem 0;
    position: relative;
}

.toprow .img {
    width: 5.2rem;
    height: 3.9rem;
    background-color: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
}

.toprow .img img {
    width: 100%;
}

.toprow .txt {
    flex: 1;
    margin-left: 10px;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}

.toprow .txt h3,
.toprow .txt p {
    margin-top: 0 !important;
}

.toprow .txt p {
    color: #666;
    font-size: .6rem;
    height: .6rem;
    line-height: .6rem;
    margin-top: 12px;
}

.toprow .num {
    color: #f33a2f;
    position: absolute;
    right: 0;
    bottom: 14px;
}


/*列表页*/

.article,
.product {
    width: 99%;
    margin: 0 auto;
}

.article .list {
    overflow: hidden;
}

.article .list li {
    width: 14.147rem;
    /* height: 3rem; */
    border-bottom: 1px dashed #ccc;
    padding: .134rem 0;
    display: flex;
    margin: 0 10px;
}

.article .list li .txt {
    flex: 1;
}

.article .list li .txt h3 {
    /* font-weight: 600; */
    font-size: 19px;
}

.article .list li .txt h3 a {
    width: 10rem;
    height: auto;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5rem;
}

.article .list li .txt p {
    color: #999;
    font-size: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.article .list li .img {
    /* width: 4.13rem; */
    /* height: 3.12rem; */
    background-color: #f0f0f0;
    overflow: hidden;
    /* border-radius: 6px; */
    margin-right: 10px;
}

.article .list li .txt p a {
    color: #999;
    font-size: 0.55rem;
    line-height: 1.4rem;
}

.article .list li .img img {
    width: 120px;
    height: 80px;
    /* width: 100%;
    height: 100%; */
}

.article .show {
    /* margin: -0.5rem 0 0.1rem; */
}

.article .show h1 {
    font-size: .9rem;
    font-weight: bold;
    text-align: left;
    padding: 0 0.5rem;
}

.article .show .intro {
    font-size: .6rem;
    color: #999;
    text-align: left;
    margin: 0 5px;
    overflow: hidden;
    clear: both;
}

.article .show .intro a {
    color: #999;
}

.article .show .intro span {
    margin-right: 5px;
}

.article .show .intro .fl {
    background: url(../images/icon_home.png) no-repeat left center;
    padding-left: 5px;
    background-size: 14px 14px;
}

.article .show .intro .fr {
    background: url(../images/icon_date.png) no-repeat left center;
    padding-left: 18px;
    background-size: 14px 14px;
}

.article .show .intro em {
    font-style: normal;
}

.article .show .content {
    line-height: 1.1rem;
    padding: 0 0.5rem;
}

.content img {
    max-width: 350px !important;
    height: auto !important;
    margin: 5px 0;
}

.content p{
	font-size: 18px;
    color: #333;
    line-height: 28px;
    margin-top: 20px;
}

.article .show .content img {
    max-width: 350px !important;
    height: auto !important;
    margin: 5px 0;
}

.article .show .content h2 {
    border-left: 5px solid #d89306;
    padding-left: 8px;
    height: 1rem;
    line-height: 1rem;
    margin: 8px 0;
}

.article .show .content a {
    text-decoration: none;
    border-bottom: 1px dashed #ff5555;
    color: #ff5555;
    font-weight: bold;
}

.article .show .content a u {
    text-decoration: none;
}

.article .show .content a:hover {
    border-bottom: 1px solid #ff0000;
    color: #ff0000;
}


.article .show .showitem .bd {
    background-color: #000;
    font-size: 14px;
	color: #fff;
}

.article .show .showitem .hd {
    border-left: 6px solid #d89306;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    background-color: #f0f0f0;
    padding: 0 .5rem;
    display: flex;
    justify-content: space-between;
    margin: 0.3rem 0;
}

.article .show .showitem .hd h3 {
    font-size: .8rem;
    margin-left: 8px;
    color: #101010;
}

.article .show .showitem .bd ul li {
    line-height: 1.2rem;
    margin: 0.3rem 0;
}

.article .show .showitem .bd ul li label {
    width: 4rem;
    color: #d89306;
    text-align: right;
    display: inline-block;
}

.article .show .showitem .bd ul li span {
    padding-left: .6rem;
}

.article .show .showitem .score ul li {
    padding-left: 3rem;
}

.article .show .showitem .score ul li label {
    width: auto;
    text-align: left;
    margin-left: -2.5rem
}

.article .show .showitem .score ul li span {
    padding-left: 0;
}


.product .show {
    /* margin: -0.5rem; */
}

.product .show .cover {
    width: 100%;
}

.product .show .cover img {
    width: 100%;
}

.product .list li {
    display: flex;
    border-bottom: 1px solid #f3f3f3;
    padding: .3rem 0;
    position: relative;
}

.product .list .img {
    width: 5.2rem;
    height: 3.9rem;
    background-color: #f0f0f0;
    border-radius: 6px;
    overflow: hidden;
}

.product .list .img img {
    width: 100%;
    height: 100%;
}

.product .list .txt {
    flex: 1;
    margin-left: 10px;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
    margin-top: 0;
}
.brand .sort_box{
    position: relative;
}
.product .list .txt h3,
.product .list .txt p {
    /* margin-top: 0 !important; */
}
.product .list .txt p span{
    color: #f33a2f !important;
    font-weight: 700;
}
.product .list .txt p {
    color: #666;
    font-size: .6rem;
    height: .6rem;
    line-height: .6rem;
    margin-top: 12px;
}

.product .list .num {
    color: #f33a2f;
    position: absolute;
    right: 0;
    bottom: 14px;
    font-size: 14px;
}

.product .head,
.article .head {
    border-left: 6px solid #d89306;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
    background-color: #f0f0f0;
    padding: 0 .5rem;
    display: flex;
    justify-content: space-between;
    margin: 0.3rem 0;
}

.product .head h2 {
    font-size: .8rem;
    margin-left: 8px;
    color: #101010;
}

.product .head h1,
.article .head h1 {
    font-size: .8rem;
    margin-left: 8px;
    color: #101010;
}

.xinpin {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.xinpin .item {
    width: 7.2rem;
}

.xinpin .item .img {
    width: 7.2rem;
    height: 5.4rem;
    overflow: hidden;
    border-radius: 6px;
}

.xinpin .item .img img {
    width: 7.2rem;
    height: 5.4rem;
}

.xinpin .item .con {
    margin-top: 14px;
}

.xinpin .item .con p {
    color: #666;
    font-size: .6rem;
    height: .6rem;
    line-height: .6rem;
    margin-top: 12px;
}

.zhishi {
    padding: 0 0.5rem;
}

.zhishi ul li {
    display: flex;
    align-items: flex-end;
    font-size: .6rem;
    justify-content: space-between;
    line-height: 1rem;
    margin-top: 14px;
}

.zhishi li p {
    width: 10.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.zhishi li span {
    color: #999;
}


.newslist ul {}

.newslist li {
    height: 80px;
    padding: 10px 0px 10px 0;
    border-bottom: 1px dashed #ddd;
    /* position: relative; */
}

.newslist li img {
    float: left;
    height: 80px;
    width: 120px;
    margin-right: 15px;
    object-fit: cover;
    /* position: absolute;
    top: 10px;
    right: 0; */
}

.newslist li p.h3 {
    font-size: 19px;
    height: 52px;
    line-height: 26px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newslist li p.info {
    font-size: 12px;
     margin-top: 8px;
    color: #999;
}

.newslist li p.info span {
    display: inline-block;
    height: 20px;
    line-height: 20px;
}

.newslist li p.info span a {
    color: #999;
}

.newslist li p.info .lm {
    background-size: 14px 14px;
}

.newslist li p.info .time {
    background-size: 14px 14px;
}

.pageshow {
    position: relative;
    overflow: visible;
    width: 100%;
    font-size: 15px;
    color: #333;
    text-align: center;
    padding: 10px 0px 0px 0px;
}

.pageshow a {
    margin: 0 3px;
    position: relative;
    padding: 0 5px;
    background: #fff;
    line-height: 26px;
    height: 26px;
    border: #222 1px solid;
    background-color: #111;
    color: #FFF;
    display: inline-block;
    text-decoration: none;
}

.pageshow a:hover {
    margin: 0 3px;
    position: relative;
    background: #d9333f;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #d9333f;
}

.pageshow a.current {
    background: #d9333f;
    color: white;
    border: 1px solid #d9333f;
}

.pageshow a.thisclass {
    background: #d9333f;
    color: white;
    border-color: #d9333f;
}

.page {
    float: left;
    width: 100%;
    padding: 12px 0;
    line-height: 25px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e4e4e4;
}

.page a {
    display: inline-block;
    max-width: 90%;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    border: 1px solid #222;
    background-color: #111;
    color: #FFF;
    padding: 3px 10px;
    display: block;
    color: #FFF;
}

.page a.thisclass {
    background: #d9333f;
    color: white;
    border-color: #d9333f;
}

.page span.pageinfo {
    width: 90%;
}


/*.footer{border-top:1px solid #999; margin-top:1rem;}
.footer div{float:left; width:25%; padding:1rem 0; text-align:center;}*/

.footer {
    background-color: #6b6967;
    height: 2rem;
    padding: .5rem 0;
    overflow: hidden;
    clear: both;
}

.footer .xs {
    width: 25%;
    float: left;
    text-align: center;
}

.footer .xs a {
    display: block;
    width: 100%;
    height: 0.7rem;
    border-right: 1px solid #fff;
    color: #fff;
}

.footer .home {
    background: url("../images/icon04.png") top center no-repeat;
    background-size: 1rem 0.7rem;
    padding-top: .9rem;
}

.footer .pc {
    line-height: 1.7rem;
    height: 1.7rem !important;
}

.footer .mp {
    border-right: none !important;
    line-height: 1.7rem;
    height: 1.7rem;
}

.footer .head {
    background: url("../images/icon05.png") top center no-repeat;
    background-size: .98rem 0.6rem;
    padding-top: .8rem;
    border-right: none !important;
}


/* 导航栏 */

@font-face {
    font-family: 'iconfont';
    /* project id 726267 */
    src: url('//at.alicdn.com/t/font_726267_aeooufdpscm.eot');
    src: url('//at.alicdn.com/t/font_726267_aeooufdpscm.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.woff') format('woff'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.ttf') format('truetype'), url('//at.alicdn.com/t/font_726267_aeooufdpscm.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.navbar {
    background-color: #ff514a;
    overflow: hidden;
    -webkit-transition: all 80ms ease-out;
    -moz-transition: all 80ms ease-out;
    transition: all 80ms ease-out;
    margin-bottom: 0px;
    min-height: 0px;
}

.navbar[data-close=up] {
    height: auto
}

.navbar[data-close=down] {
    height: 1.7rem
}

.navbar[data-close=up] .down {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navbar i {
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center
}

.other-navbar  li {
    height: 1.6rem;
    color: #fff;
    float: left;
    line-height: 1.6rem;
    font-size: .7rem;
    text-align: center;
    display: block;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 640px;
}

.other-navbar a {
    color: #fff;
    display: block;
    margin: 0 0.3rem;
    height: 1.1rem;
    line-height: 1.1rem;
    float: left;
}

.other-navbar  li a.current {
    color: #000;
    font-weight: bold;
}

#moreBtn {
    color: #fff;
    margin: 0rem 0.4rem;
    height: 1.6rem;
    line-height: 1.6rem;
    float: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#moreBtn i {
    margin-left: 4px;
    font-size: .5rem
}


/* 导航栏 */


/* 搜索页面 */

.search-page a {
    margin: 5px 1px !important;
    padding: 0px 5px !important;
}


/* 搜索页面 */


/* 产品评价 */

.commentbox {
    background: #fff;
}

.comment_item {
    margin: 0 .5rem;
    border-bottom: 1px dashed #f0f0f0;
    padding: 10px 0
}

.comment_head {
    height: 1.4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.commentheadpic {
    width: 1.4rem;
    height: 1.4rem;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #f0f0f0;
    overflow: hidden;
    margin-right: 10px
}

.commentheadpic img {
    width: 1.4rem;
    height: 1.4rem
}

.com_user {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.com_user .dengj {
    font-size: .6rem;
    margin-left: 4px
}

.com_Btn a {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, .6);
    -webkit-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px
}

.com_user .sf {
    margin-left: 8px
}

.comment_con {
    margin-top: .3rem
}

.comment_con p {
    line-height: 1.5
}

.com_bar {
    margin-top: 6px
}

.col3 {
    color: #333
}

.col6 {
    color: #666
}

.col9 {
    color: #999!important
}

.col8e {
    color: #e3a52e
}

.head a,
.head a:visited {
    color: #38f;
}

.pingceScroll {}

.pcloading {
    text-align: center;
    padding: 10px;
}

.pcloading a {
    background: #ff4f44;
    height: 36px;
    line-height: 36px;
    color: #fff;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.pcloading svg {
    width: 36px;
    height: 36px
}

.proinfo {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.pro_name {
       font-weight: 700;
    text-align: center;
    font-size: 20px;
    margin-top: .5rem;
    line-height: 40px;
}

.cianame {
    font-size: .8rem;
    line-height: .8rem;
    text-align: center;
    padding: 14px 0 20px
}

.txtr {
    color: #f44f44
}

.ciainfo {
     padding: 14px 16px 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
	 background-color: #000;
    color: #ffffff;
    font-size: 22px;
    display: flex
}


.ckbtn {
    padding: .5rem
}

.ckbtn .btn {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    height: 1.7rem;
    background-color: #e69215;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: .7rem;
}

#_login {
    display: inline;
}

.nocomment {
    text-align: center;
    margin: 20px auto;
    color: #9b9b9b;
}

.hide {
    display: none;
}

.not-images {
    padding: 80px 0;
    text-align: center;
    color: #ccc;
}

.not-images p {
    font-size: 0.8rem !important;
}

.uploader {
    border: 1px dashed #ccc;
    padding: 10px;
}

.uploader img {
    width: 50%;
    height: 150px;
    margin-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    padding: 5px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control,
input.form-control {
    height: auto;
    box-sizing: border-box;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.comment_item .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.notice {
    color: #e60000;
    padding-top: 5px;
    font-size: 14px;
}

.comment_item .btn-primary.disabled {
    background-color: #3a94d5;
    border-color: #3a94d5;
}

.comment_item .btn-primary {
    color: #fff;
    background-color: #3a94d5;
    border-color: #3a94d5;
}

.comment_item .name {
    font-weight: 500;
}

.login-tips a {
    color: #38f;
}


/*微信*/

.wx-ad {
    text-align: center;
    padding: 0 0.5rem;
}

.wx-name {
    color: yellow;
    font-weight: bold;
}

.div-wxkf {
    line-height: 1.2rem;
    color: #ff4f44;
    font-weight: bold;
    background-color: #f0f0f0;
    margin: 0.5rem 0;
    font-size: 0.7rem;
    text-align: center;
}

.div-wxkf a {
    color: #ff4f44;
}

.div-wxkf span {
    color: #3a94d5;
}

.div-wxkf #wxfz {
    border: 0;
    color: #3a94d5;
    background: none;
    width: 5rem;
    font-weight: bold;
}


/*20190122*/

.article .show .guide {
    padding: 0;
    margin: -15px 5px 5px
}

.article .show .intro .laiyuan {
    background: url(../images/icon-ly.png) no-repeat left center;
    background-size: 14px 14px;
}

.dzy .intro {
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    margin: -0.5rem 0;
    overflow: hidden;
}

.dzy .guide {
    margin: 0;
}

.dzy .intro em {
    font-style: normal;
}

.listguide {
    height: 1.2rem;
    padding-left: 0.8rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    background: url(http://m.cnxiangyan.com/statics/v2/images/icon_home.png) no-repeat 0 center;
    background-size: 0.6rem;
    overflow: hidden;
}

.listguide a {
    color: #777;
}


/*20190503*/

.mod-art {
    /* max-height: 40rem; */
    overflow: hidden;
}

#unfold-field {
    position: relative;
    width: 16rem;
    margin: 0 -0.3rem;
    padding: 0.4rem 0;
    text-align: center;
    display: none;
}

.unfold-field-bg {
    position: absolute;
    top: -3rem;
    left: 0;
    height: 3rem;
    width: 16rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(251, 251, 250, 0)), to(rgba(251, 251, 250, 1)));
    background-image: linear-gradient(-180deg, rgba(251, 251, 250, 0) 0%, rgba(251, 251, 250, 1) 100%);
}

.unfold-field-tit {
    font-size: 0.6rem;
    width: 15.4rem;
    height: 1.5rem;
    line-height: 1.5rem;
    background: #ebebeb;
    border-radius: 0.3rem;
    margin: 0.4rem 0.3rem 0;
    background: none;
    /* border: 1px solid #d89306; */
    margin-top: 0
}

.unfold-field-tit .fls {
    color: #ff4f4f;
    background: none
}
.unfold-field-tit .fls:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/arrow-down.png) no-repeat 50%;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    bottom: 3px;
    margin-bottom: 2px;
}


/*20200726*/

.wapmyads {
	padding: 0px 10px;
	overflow: hidden;
}

.t-m-h3 {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
}

.t-m-ts {
    float: left;
    width: 100%;
    padding: 5% 0 5% 0;
    border: 0;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
    background: #f2f0f0;
}

.t-m-ts span {
    width: 90%;
    float: left;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 132px;
    overflow: hidden;
    margin: 0 auto 0 5%;
    background: #fff;
}

.t-m-f4 {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
}

.t-m-f4 span {
    float: left;
    margin: 4% 1.5% 2.5% 2%;
    width: 96.5%;
}

.t-m-xx {
    float: left;
    width: 100%;
    padding: 0 0 5% 0;
    background: #fff;
    border-bottom: 12px solid #f2f0f0;
}

.t-m-xx span {
    display: block;
    float: left;
    margin: 0 2.5% 0 5%;
    width: 92.5%;
}

.t-m-xxl {
    width: 100%;
    padding: 0 1% 1% 0;
    background: #fff;
    border-bottom: 1px solid #f2f0f0;
}

.t-m-xxl span {
    display: block;
    margin: 0 1% 0 3%;
    width: 92.5%;
}

.t-m-tj4t {
    float: left;
    clear: both;
    width: 100%;
    padding: 0;
}

.t-m-tj4t span {
    float: left;
    margin: 0% 4% 6% 4%;
    width: 92%;
}

.xiamian {
    float: left;
    width: 100%;
    padding: 4% 0;
    font-size: 18px;
    line-height: 1.6em;
    text-align: center;
    color: #bbb;
    background: #333;
    font-family: "Microsoft YaHei", "SimSun,Arial";
    Letter-spacing: 3px;
}

.newslist .baidu_dom {
    height: auto!important;
}

.newslist_right li img{
    /* float:right!important;
    margin-right:0!important; */
}

.newslist_right li .time{
    margin-right: 10px;
}
.list_right li{
    display: block !important;
    overflow: hidden;
}
.list_right li .img{
    float: left;
     position: initial !important;
     right: auto !important;
    margin-right: 4px;
    margin-top: -9px
}
.list_right li .txt{
    float: left;
    position: initial !important;
    left: auto !important;
}
.list_right li>.txt>.p{
    margin-top: 10px !important;
}
.list_right li .num{
    right: 16px !important;
    bottom: 14px !important;
}
.jd_g,.jd_g_a{
    width: 100%;
    height: auto;
}
.jd_g img,.jd_g_a img{
    width: 100%;
}
.imgbottom_one{
     padding: 2rem 0;
}
.imgbottom_two{
     padding: 2rem 0;
}
.imgbottom_three{
     padding: 2rem 0;
}
.ys_a{
    overflow: hidden;
    padding: .2rem 0;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
}
.ys_a img {
   float: left;
    width: 3.3rem !important;
    height: 3.3rem !important;
    display: block;
}
.sp-cen {
    margin-left: 85px;
}

.sp-cen h5 {
    display: block;
    font-weight: normal;
    color: #333;
    font-size: 14px;
    /* line-height: .4rem; */
    height: auto;
    overflow: hidden;
    margin-top: .1rem;
}

.sp-info {
    height: auto;
    line-height: 0.4rem;
    margin-top: 1rem;
    overflow: hidden;
}
.sp-price {
    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #ef2344;
    height: .4rem;
}
.sp-btn {
    float: right;
    width: 60px;
    height: 20px;
    background-color: #f32a49;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.xy_ul{
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.xy_ul li{
    width: 22%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 8px;
}
.xy_ul li a{
    display: block;
    width: 100%;
    height:auto;
}
.xy_ul li a img{
    width: 100%;
}